home *** CD-ROM | disk | FTP | other *** search
- global gMixManager, gVoiceManager, gOptionsManager, gVoiceSwitch
-
- on prepareMovie
- gOptionsManager = new(script("objOptionsManager"))
- gOptionsManager.init("Popup01")
- end
-
- on startMovie
- if gVoiceSwitch then
- gVoiceManager.play(1)
- end if
- gVoiceSwitch = 1
- end
-
- on stopMovie
- delete gOptionsManager
- gOptionsManager = VOID
- end
-
- on soundstopallsounds
- if soundBusy(1) then
- sound stop 1
- end if
- if soundBusy(2) then
- sound stop 2
- end if
- if soundBusy(3) then
- sound stop 3
- end if
- if soundBusy(4) then
- sound stop 4
- end if
- if soundBusy(5) then
- sound stop 5
- end if
- if soundBusy(6) then
- sound stop 6
- end if
- if soundBusy(7) then
- sound stop 7
- end if
- if soundBusy(8) then
- sound stop 8
- end if
- end
-